github.com/klauspost/compress/zstd.decodeSyncAsmContext.ml (field)

4 uses

	github.com/klauspost/compress/zstd (current package)
		seqdec_amd64.go#L28: 	ml          int // set on error (not for all errors, please refer to _generate/gen.go)
		seqdec_amd64.go#L121: 		return true, fmt.Errorf("zero matchoff and matchlen (%d) > 0", ctx.ml)
		seqdec_amd64.go#L124: 		return true, fmt.Errorf("match len (%d) bigger than max allowed length", ctx.ml)
		seqdec_amd64.go#L138: 		size := ctx.outPosition + ctx.ll + ctx.ml